home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "IdOrd": "Long Integer",
- "IdCust": "Long Integer",
- "Date": "DateTime",
- "Paid": "Boolean NOT NULL"
- },
- "data": [
- {
- "IdOrd": 1,
- "IdCust": 1,
- "Date": "02/01/98 00:00:00",
- "Paid": 0
- },
- {
- "IdOrd": 2,
- "IdCust": 3,
- "Date": "06/03/98 00:00:00",
- "Paid": 0
- },
- {
- "IdOrd": 3,
- "IdCust": 2,
- "Date": "05/01/98 00:00:00",
- "Paid": 1
- }
- ]
- }